Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

isa.js

Package Overview
Dependencies
Maintainers
0
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isa.js

Very minimal collection is isA functions. isObject, isArray, isDate...

  • 2.2.18
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.3K
increased by5.23%
Maintainers
0
Weekly downloads
 
Created
Source

ISA - dependency-free very minimal collection of IsA.. functions

NPM

isa is an extremely small library providing helper functions for type checking. Underscore and lodash can be proven too huge and bloated if you only need service like this. The size of this package is: 1700 bytes.

Usage Rules

Usage

Command line:

npm install isa.js --save

In JS code:

var _ = require('isa.js');
...
_.isFunction( function(){} );

Services:

isArray, isObject, isError, isNumber, isDate, isFunction, isAsyncFunction, isBoolean, isString, isRegExp

Extras:

pick, walk, isValidPath

Keywords

FAQs

Package last updated on 26 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc